Extension point resourceadapters
Contribution Descriptors
- Class: org.nuxeo.ecm.platform.relations.descriptors.ResourceAdapterDescriptor
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="resourceadapters" target="org.nuxeo.ecm.platform.relations.services.RelationService"> <adapter class="org.nuxeo.ecm.platform.relations.adapters.DocumentModelResourceAdapter" namespace="http://www.nuxeo.org/document/uid/"/> <!-- compat with incorrect code --> <adapter class="org.nuxeo.ecm.platform.relations.adapters.DocumentModelResourceAdapter" namespace="http://www.nuxeo.org/document/uid"/> </extension>
-
<extension point="resourceadapters" target="org.nuxeo.ecm.platform.relations.services.RelationService"> <!-- XXX AT: this namespace should have an ending slash --> <adapter class="org.nuxeo.ecm.platform.relations.adapters.DocumentModelResourceAdapter" namespace="http://www.nuxeo.org/comments/uid"/> </extension>